projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73a46a9
)
(auto-mode-alist): .hpp files get C++ mode.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 10 Oct 1996 21:39:13 +0000
(21:39 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 10 Oct 1996 21:39:13 +0000
(21:39 +0000)
lisp/files.el
patch
|
blob
|
history
diff --git
a/lisp/files.el
b/lisp/files.el
index c44b1f31610edd3699307c6640f65ce8b5b5df93..3fca81b9b30e69ffc014f50d33409cda45dce582 100644
(file)
--- a/
lisp/files.el
+++ b/
lisp/files.el
@@
-948,6
+948,7
@@
run `normal-mode' explicitly."
("\\.pm\\'" . perl-mode)
("\\.cc\\'" . c++-mode)
("\\.hh\\'" . c++-mode)
+ ("\\.hpp\\'" . c++-mode)
("\\.C\\'" . c++-mode)
("\\.H\\'" . c++-mode)
("\\.cpp\\'" . c++-mode)